@wharfkit/abicache
An ABI Caching mechanism for Wharf's Contract and Session Kits.
Installation
The @wharfkit/abicache
package is distributed as a module on npm.
yarn add @wharfkit/abicache
# or
npm install --save @wharfkit/abicache
Developing
You need Make, node.js and yarn installed.
All development should be done based on the dev branch.
Clone the repository and run make
to checkout all dependencies and build the project. The tests can be run using make test
and can be continously tested during development with make test/watch
.
See the Makefile for other useful targets.
Before submitting a pull request make sure to run make check
and make format
.
Dependencies
Made with ☕️ & ❤️ by Greymass.